body {
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.text-uppercase {
    text-transform: uppercase;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.top-welcome {
    height: 32px;
    background-color: #333;

}

.top-welcome .container {
    background: url(images/topuser.png) no-repeat left center;
    line-height: 32px;
    color: #ccc;
    padding-left: 30px;
}

.top-welcome .container span {
    float: right;
}

.top-welcome .container span a {
    padding-left: 5px;
}

.navbar {
    margin-bottom: 0;
    box-shadow: 0px 0px 0px;
    border: 0 none;
}

.navbar-brand {
    padding: 20px 15px;
}

.navbar-brand img {
    max-height: 69px;
}

.navbar-nav>li>a {
    font-size: 15px;
    border: 2px solid transparent;
    color: #555;
    padding: 7px 16px;
    margin: 30px 0px;
    font-weight: bold;
    text-transform: uppercase
}

.navbar-nav>li>a:hover::after,
.navbar-nav>li.active>a::after {
    background: #ff6805;
    display: block;
    height: 2px;
    content: '';
    margin-top: 15px;
    margin-bottom: -15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    color: #ff6805;
    background: none;
    font-weight: bold;
}

.top .nav .open>a,
.top .nav .open>a:focus,
.top .nav .open>a:hover {
    background: none;
    border-color: rgba(255, 255, 255, 0);
}

.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff6805;
}

.dropdown-menu>li>a {
    padding: 12px 20px;
    text-transform: uppercase
}

.carousel-caption {
    bottom: 35%;
}


.series1,
.about,
.product,
.sy-news1,
.icon_bg {
    margin-top: 80px;
}

.sit h2 {
    font-size: 34px;
    color: #ff6805;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-weight: 700;
}

.product {
    background: url(images/pro-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.pro-sit h2 {
    font-size: 34px;
    color: #fff;
    margin-top: 0;
    padding-bottom: 5px;
    font-weight: 700;
}

.pro-sit h4 {
    color: #fff;
}

.ser-info h3 {
    background-color: #016dad;
    line-height: 60px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.ser-info:hover h3 {
    background-color: #ff6805;
    color: #fff;
}

.ainfo {
    color: #555;
    overflow: hidden;
}

.alist {
    list-style: none;
    position: relative;
    padding-right: 10%;
}

.alist h2 {
    position: relative;
    font-size: 34px;
    color: #ff6805;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.about .about-right img {
    margin-left: 60px;
}

.icon-bg {
    background-color: #ffffff;
    padding: 30px 0;
    position: absolute;
    width: 820px;
    z-index: 5;
    left: 0%;
    top: 110%;
    list-style: none;
}

.icon-bg li {
    float: left;
    margin: 0 35px;
    text-align: center;
}

.icon-bg li img {
    display: inline;
}

/*.icon-bg li span{ color: #333; padding-left: 30px; padding-right: 30px;}*/
.icon-bg li span {
    color: #333;
    padding-top: 30px;
    display: block;
}

.show-item {
    width: 100%;
    margin-top: 40px;
}

.show-item ul {
    margin-left: -2px;
    margin-right: -2px;
    padding-left: 0px;
}

.show-item ul li {
    float: left;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px;
}

.item_warp {
    overflow: hidden;
    position: relative;
}

.item-box img {
    border: 1px solid #8e8e8e;
}

.show-item ul li img {
    max-width: 100%;
    height: auto;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.show-item li:hover img,
.leader-list1:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.mask_warp {
    display: table;
    width: 100%;
    height: 100%;
}

.mask-cont {
    display: table-cell;
    vertical-align: middle;
}

.mask:before,
.mask:after {
    content: '';
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;

}

.mask:before {
    border-top: 3px solid rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
}

.mask:after {
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    border-right: 3px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
}

.mask:hover:before,
.mask:hover:after {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
    color: white;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    transition: .35s;
}

.mask-cont h1 {
    font-size: 20px;
    font-weight: normal;
    max-width: 70%;
    margin: 0 auto;
}

.mask-cont span {
    display: block;
    font-size: 12px;
    width: 102px;
    height: 34px;
    line-height: 34px;
    margin: -3% auto 0;
    color: white;
    background: #ff6805;
}

.btn-product {
    border-radius: 30px;
    border: 2px solid #FFF;
    color: #fff;
    margin-top: 40px;
    padding: 10px 30px;
    background: none;
}

.item-box:hover>.mask {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7e5d1e, endColorstr=#7e5d1e), alpha(opacity=0);
}

.item-box:hover>.mask p,
.item-box:hover>.mask h1,
.item-box:hover>.mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    /* -webkit-transform: translate3d(0,0px,0);
    transform: translate3d(0,0px,0); */
}

.item-box:hover>.mask span {
    margin: 3% auto 0;
}

.item-content {
    padding-right: 5%;
}

.blocks>li,
[class*="blocks-"]>li {
    position: relative;
    float: left;
    min-height: 1px;
    margin-right: 10px;
    margin-left: 10px;
    /*margin-bottom: 22px;*/
}

.news-sit h2 {
    font-size: 34px;
    color: #ff6805;
    margin-top: 0;
    padding-bottom: 10px;
    font-weight: 700;
}

.sy-news {
    padding: 20px 0 40px;
}


.blocks-2 li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b8b8b8;
}

.des {
    font-family: 微软雅黑;
    font-size: 13px;
    line-height: 20px;
}

.big {
    font-size: 46px;
    color: #333;
}

.media-heading {
    font-family: 微软雅黑;
    color: #000;
    margin: 10px;
}

.media-heading h3 {
    font-size: 18px;
}

.media-left,
.media>.pull-left {
    padding-right: 20px;
}

.date-time {
    display: block;
    background-color: #eee;
    padding-top: 25px;
    font-weight: 300;
    width: 100px;
    height: 100px;
    color: #999;
}

.date-time:hover,
.date-time:hover .big {
    background-color: #ff6805;
    color: #fff;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-heading {
    margin-top: 0;
    font-size: 18px;
}

.media a {
    color: #666;
}

.media-heading a,
.media a:hover {
    color: #333;
}

.media i {
    color: #b03b30;
    padding-right: 10px;
}

.icon_bg {
    background: #f1f1f1;
}

.icon16 {
    width: 25%;
    float: left;
}

.icon0 {
    padding: 40px 0;
}

.icon01 {
    padding: 40px 0;
}

.about_icon {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about_icon .icon1 {
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon1 {
    opacity: 0;
}

.about_icon .icon2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.icon0 h3 {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.icon p {
    line-height: 24px;
    color: #666;
}

.bg-default {
    background-color: #333;
    padding: 15px 0;
    color: #ddd;
}

.bg-default a {
    color: #ddd;
    padding: 0 15px;
}

.copy {
    color: #ddd;
}

.ny-about,
.ny-pro {
    margin-top: 50px;
    margin-bottom: 50px;
}

.series {
    background-color: #fff;
}

.series h2 {
    background-color: #3ab3c4;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    line-height: 26px;
}

.series h2 span {
    font-size: 14px;
}

.series .nav>li>a:focus,
.series .nav>li>a:hover,
.series .nav>li>a.active {
    color: #666;
    background-color: #fff;
    border-radius: 20px;
}

.series .nav>li>a {
    padding: 10px 15px;
    font-size: 16px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f7f7f7;
}

.series .nav>li>a i {
    float: right;
    color: #dfdfdf;
    padding-top: 5px;
}

.pro-list {
    padding: 20px;
}

a.pro {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

a.pro img {
    transition: all ease-in-out 0.3s;
}

a.pro:hover img {
    transform: scale(1.2, 1.2);
}

.pro-text {
    background-color: #fff;
    line-height: 56px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ser-tit {
    margin-top: 70px;
    margin-bottom: 40px;
}

.ser-tit h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.ny_info,
.ny-pro {
    line-height: 28px;
    margin-bottom: 50px;
    min-height: 200px;
}

.ny-content {
    min-height: 300px;
    margin-bottom: 50px;
}

.ny-content p {
    line-height: 28px;
    color: #666;
}

.ny-images a {
    margin-bottom: 20px;
    display: block;
}

.media-news {
    padding: 20px 15px;
    min-height: 220px;
    border-radius: 6px;
    box-shadow: #ddd 5px 5px 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.media-news h3 {
    color: #333;
}

.media-news h3 i {
    padding-right: 10px;
}

.media-news h6 {
    line-height: 24px;
    color: #666;
    margin: 20px 0;
    max-height: 72px;
    white-space: normal;
}

.media-news a {
    display: inline-block;
    color: #fff;
    background: #3ab3c4;
    border-radius: 6px;
    padding: 5px 15px;
}

.media-news:hover {
    transform: translateY(-10px)
}

.shownews-t {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.shownews-t h3 {
    font-size: 22px;
}

.ny-pro .media-pro {
    display: block;
}

.ny-pro .pro-img {
    border: 1px solid #ddd;
}

#map {
    width: 100%;
    height: 400px;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    opacity: 1;
}

.grid figure figcaption {
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::after,
.grid figure figcaption::before {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -.15em;
    font-weight: 300;
    color: #fff;
    background: rgba(92, 144, 254, 0.8)
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    color: #fff;
}

figure.effect-goliath {
    background: #3ab3c4;
}

figure.effect-goliath h2,
figure.effect-goliath img {
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 0 0 10px;
}

figure.effect-goliath p {
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pager>li.active>a,
.pager>li.active>a:hover,
.pager>li.active>span,
.pager>li.active>span:hover {
    background: #3ab3c4;
    border-color: #3ab3c4;
}

.pager {
    display: inline-block;
}

.pager-loose.pager-pills>li>a {
    color: #333;
}

.pager>li.active>a {
    color: #fff;
}

.pager>li.disabled>a {
    color: #ddd;
}

.ser {
    margin-bottom: 40px;
}

.btn-ser {
    padding: 8px 14px;
    box-shadow: 0 0 0;
    text-shadow: 0 0 0;
    margin-bottom: 15px;
}

.btn-ser.active,
.btn-ser:hover {
    background-color: #3ab3c4;
    color: #fff;
    box-shadow: 0 0 0;
    border: 0 none;
}

.equ img {
    margin-bottom: 20px;
}


.nlist {
    padding-left: 30px;
}

.nlist li {
    border-bottom: 1px dashed #ccc;
    line-height: 42px;
    list-style: none;
}

.nlist li a {
    color: #333;
}

.nlist li a:hover {
    color: #ff6805;
    font-weight: bold;
}



.contact-info {
    font-size: 16px;
    line-height: 30px;
}

.ny-tit p {
    color: #666;
}

.ny_info {
    line-height: 24px;
    margin-bottom: 50px;
}

.text-indent {
    text-indent: 2em;
}

.pager>li.active>a,
.pager>li.active>a:hover,
.pager>li.active>span,
.pager>li.active>span:hover {
    background-color: #3ab3c4;
    border-color: #3ab3c4;
}

.ptest {
    color: #be964e;
}

.card>.caption {
    background-color: #be964e;
}

.item-content h4 a {
    color: #be964e;
}

.ny-info {
    padding: 30px 0;
    line-height: 27px;
}

.contact-info {
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .navbar-nav>li>a {
        padding: 10px 13px;
    }

}

@media (max-width: 991px) {
    .navbar-brand img {
        max-height: 35px;
    }

    .navbar-nav>li>a {
        padding: 8px;
        font-size: 13px;
    }

    .navbar-brand {
        padding: 31px 15px;
    }

    .sy_about {
        background-size: cover;
    }

}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 17px 5px;
    }

    .icon0 {
        padding: 20px;
    }

    .icon01 {
        padding: 20px;
    }

    .icon_bg {
        padding: 0;
    }

    .sy_about {
        background-size: cover;
    }

    .icon16 {
        width: 50%;
        float: left;
    }

    .series1 {
        margin-top: 40px;
    }

    .sit h2 {
        margin-bottom: 10px;
    }

    .ainfo {
        padding-top: 23px;
        padding-bottom: 40px;
        margin: 0;
    }

    .about .about-right img {
        padding-top: 13%;
        margin: 0px;
    }

    .media-body,
    .media-left,
    .media-right {
        padding-right: 0px;
    }

    .sit h2,
    .pro-sit h2,
    .news-sit h2 {
        font-size: 28px;
    }

    .series,
    .about,
    .product,
    .sy-news1,
    .icon_bg {
        margin-top: 32px;
    }

    .product {
        padding: 40px 0;
    }

    .stext {
        margin-bottom: 24px;
        line-height: 24px;
    }

    .alist h2 {
        margin-bottom: 0px;
    }

    .alist {
        padding: 0px 10px;
    }

    .icon-bg li {
        margin: 0px;
        width: 50%;
    }

    .icon-bg {
        width: auto;
        left: 0%;
        position: inherit;
    }

    .icon16 h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .navbar-brand img {
        max-height: 50px;
    }

    .navbar-toggle {
        background-color: #eee;
        margin: 20px 20px 20px 0;
    }

    .sy_about {
        margin-top: 0px;
    }

    .navbar-toggle .icon-bar {
        background-color: #555;
    }

    .navbar-nav>li>a {
        font-size: 15px;
        color: #555;
        margin: 0;
        padding: 10px 15px;
    }

    .application-title {
        padding: 30px 15px;
    }

    .application-title h2 {
        font-size: 20px;
    }

    .sy_news .media-heading a {
        font-size: 14px;
    }

    .btn-ser {
        margin-right: 6px;
        margin-bottom: 10px;
    }



}

.indexcase_cate a {
    display: inline-block;
    margin: 2px;
    line-height: 32px;
    border: 1px #dbdbdb solid;
    padding: 0 30px;
    color: #666;
}

.indexcase_cate .active {
    color: #fff;
    background-color: #ff6805;
    border-color: #ff6805;
}

.comdiv.indexcase_cate {
    text-align: center;
}

.indexcase_cate a:hover {
    color: #fff;
    background-color: #ff6805;
    border-color: #ff6805;
}

.card .card-heading {
    text-align: center;
    color: #666;
}

.en,
.cn {
    border: 1px solid #000;
    line-height: 17px;
    display: inline-block;
    padding: 2px 5px;
    width: 70px;
    text-align: center;
    margin: 2px 0;
}

.en {
    background: #b61811;
    color: #fff;
}

.en:hover {
    color: #fff;
}

.cn {
    background: #fff;
    color: #000;
}


.breadcrumb a {
    color: #666666;
}

.n-tit {
    text-align: center;
}

.ny-d {
    overflow: hidden;
    margin: 26px 0;
}

.ny-c {
    margin:0 0 26px 0;
}

.ny-list li {
    text-align: left;
    list-style: none;
    color: #666;
}

.ny-list li a {
    color: #666;
}

/* 分页样式 */
.pagination {
    color: #666;
    clear: both;
    margin-top: 1em;
    display: block;
    margin: auto;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#ff6805;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li>span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color:#ff6805;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
}

.pagination li.active>span {
    color: #ffffff;
    background:#ff6805;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f104";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f105";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color:#ec6c00;
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color:#ff6805;
    color: #fff;
    border-color:#ff6805;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px;
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}